github.com/andybalholm/brotli.Writer.writeOutput (method)

7 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L809: 		s.writeOutput(storage[:storage_ix>>3])
		encode.go#L913: 		s.writeOutput(storage[:storage_ix>>3])
		encode.go#L969: 	s.writeOutput(destination[:(seal_bits+7)>>3])
		encode.go#L1039: 			s.writeOutput(storage[:out_bytes])
		encode.go#L1091: 			s.writeOutput(s.tiny_buf_.u8[:n])
		encode.go#L1109: 			s.writeOutput(s.tiny_buf_.u8[:c])
		encode.go#L1211: func (w *Writer) writeOutput(data []byte) {